<xs:complexType name="VideoType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>The information about a video.</xs:documentation></xs:annotation><xs:all><xs:element name="Title" type="VideoTitleType" maxOccurs="1" minOccurs="0"/><xs:element name="Description" type="VideoDescriptionType" maxOccurs="1" minOccurs="0"/><xs:element name="Path" type="PathType" maxOccurs="1" minOccurs="0"/><!-- Currently only one video per item is allowed <xs:element name="OrdinalID" type="OrdinalIDType" maxOccurs="1" minOccurs="0" />--></xs:all></xs:complexType>